/*
 * ===================
 * lui kuangjia
 * version v1.0
 * zl
 * ===================
 * ***/

@charset "UTF-8";
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 12px;
	box-sizing: border-box;
}

body {
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: text;
	outline: none;
	color: #333;
	font-size: 1.1rem;
	box-sizing: inherit;
	font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", STHeiti, "Microsoft Yahei", Tahoma, Simsun, sans-serif;
	width: 100%;
	height: 100%;
	background: -moz-linear-gradient(top, #668cd7 0%, #fff 100%);
	/*    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#668cd7), color-stop(0%,#fff))  ;
*/
	background: -webkit-linear-gradient(top, #668cd7 0%, #fff 60%);
	background: -o-linear-gradient(top, #668cd7 0%, #fff 100%);
	background: -ms-linear-gradient(top, #668cd7 0%, #fff 100%);
}

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
p,
blockquote,
div,
li,
td,
th {
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

a,
img {
	border: none;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

a:link,
a:visited {
	color: #333;
	background-color: transparent;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
	outline: 0;
   color:#FF0000;
}

.menu-list li a:hover,.menu-list li a.active{
    color:#1baadb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

ul,
ol {
	list-style: none;
}

.relative {
	position: relative;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.margin-left-1 {
	margin-left: 1rem;
}

.padding-20 {
	padding: 20px;
}

.padding-top-1 {
	padding-top: 1rem;
}

.padding-left-1 {
	padding-left: 1rem;
}

.w680 {
	width: 680px;
}

.w650 {
	width: 650px;
}

.w430 {
	width: 430px;
}

.w350 {
	width: 350px;
}

.w330 {
	width: 330px;
}

.w280 {
  	width: 280px;
}

.w750 {
 	width: 750px;
  	padding-bottom:20px;
}

.w1040 {
 	width: 1040px;
  	padding-bottom:20px;
}

.font-gray {
	color: #999;
}

.container {
	width: 1040px;
	margin: 0 auto;
	clear: both;
}

a.to-other {
	display: block;
	margin-bottom: 1.54rem;
}

a.to-other:last-child {
	margin-bottom: 0;
}

a.to-other img {
	vertical-align: bottom;
}

.link {
	background: #eff3fc;
	border:#a6d7ee 1px solid;
	height:175px;
}

.link h2 {
	color: #1d79bc;
	padding: 1rem;
	font-weight: 700;
	font-size: 1.2rem;
	border-bottom: #a6d9ec 1px solid;
}

.link ul {
	margin: 0 auto;
	width: 980px;
}

.link ul li {
	float: left;
	padding: 1rem;
}

.footer {
	margin-top:20px;
	background: #eee;
	height: 12rem;
	padding: 2rem;
	line-height: 2.2rem;
	clear: both;
	color: #999;
	text-align: center;
}

.footer ul li {
	float: left;
	width: 25%;
	padding: 1rem;
	box-sizing: border-box;
}

.footer ul li select {
	width: 100%;
	background: #fff;
	line-height: 3rem;
	padding: 0 6px;
	border: none;
	outline: none;
	height: 3rem
}

.footer p {
	clear: both;
}

.top {
	height: 3rem;
	line-height: 3rem;
	background: #eee;
}

.nav {
	background: #0d98fd;
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-weight: 700;
	font-size: 1.28rem;
}

.nav li {
	padding: 0 1rem;
	float: left;
	position: relative;
}

.nav li:hover,
.nav li.current {
	background: #0f74e1;
}

.nav li a {
	color: #fff;
}

.nav li.last {
	padding: 0 1rem;
	float: right;
	position: relative;
	margin-right: 1rem;
   background:transparent;
}

.nav li.last input {
	height: 28px;
	line-height: 28px;
	width: 200px;
	overflow: hidden;
	background: #fff;
	border: none;
	padding: 0px 6px;
	color: #333;
	font-weight: 100;
	outline: none;
	font-size: 1rem;
	transition: all .5s linear;
}

.nav li.last .search-btn {
	position: absolute;
	right: 0;
	top: -4px;
}

.nav li .menu {
	display: none;
	position: absolute;
	z-index: 999;
	left: 0;
	font-weight: 100;
	box-sizing: border-box;
	/*width: 100%;*/
    width:230px;
	background: #0f74e1;
}

.nav li .menu a {
	display: block;
	border-bottom: #2e88ea 1px solid;
	padding: 0 1rem;
}

.nav li:hover .menu {
	display: block;
}

.yaowen {
	padding: 20px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	background: #fff;
}

.yaowen ul {
	padding-top: 1rem;
}

.yaowen li {
	padding: .5rem 0rem;
	position: relative;
	font-size: 1.2rem;
}

/*
.yaowen li:after {
	position: absolute;
	content: '';
	width: 3px;
	height: 3px;
	background: #0c98fc;
	top: 50%;
	left: 2px;
	transform: translateY(-50%);
}*/

.yaowen h2 {
	/*font-size: 1.7rem;*/
  font-size: 20px;
	font-weight: 700;
}

.yaowen .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	text-align: right;
}

.yaowen .swiper-pagination-bullet {
	background: #656974;
	opacity: 1;
}

.yaowen .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

.yaowen a.more {
	position: absolute;
	right: 0;
	color: #999;
	bottom: -2rem;
}

.yaowen .title {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	bottom: 0;
	padding: 1rem;
	color: #fff;
	background: rgba(0, 0, 0, .5);
}

.caption {
	overflow: hidden;
	box-sizing: border-box;
	background: linear-gradient(to right, #eff3fc, #eef3f9);
	border-bottom: #a6d7ee 1px solid;
	font-size: 1.2rem;
}

.caption li {
	float: left;
	padding: 10px 1.5rem;
	font-weight: 700;
}

.caption li.current,
.caption li:hover {
	color: #fff;
	background: #0c98fc;
}
.caption li.current a,
.caption li:hover a{
	color: #fff;
}
.caption li.current.single,.caption li.current.single a {
	background: transparent;
	color: #0c98fc;
}

.news-conent {
	border: #a6d7ee 1px solid;
	height: 31rem;
	background: #fff;
}

.news-conent h2 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 1rem;
}

.news-conent ol li {
	clear: both;
	padding-top: 1rem;
}

.news-conent ol.notice li:first-child {
	padding-top: 0;
}

.bread-crumb {
	height: 36px; line-height: 36px; background: #f4fafd; color: #999; padding-left: 12px;
}
.bread-crumb a {
	color: #999;
	position: relative;
}
.bread-crumb a:after {
	position: absolute;
	color: #999;
}
.bread-crumb a:last-child:after {
	position: absolute;
	content: '';
	color: #999;
}
.caption-list {
	height: 45px; line-height: 45px; background: #1860ba; color: #fff; position: relative; padding-left: 1rem; font-size:18px;
}
.caption-list:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	background: #163a67;
}
.menu-list {
	background: #eef4fc; line-height: 3rem; margin-bottom: 12px;
}
.menu-list li {
	border-top: #fff 1px solid; padding-left: 1rem; position: relative;
}
.menu-list li:after {
	position: absolute;
	right: 1rem;
	content: '>';	
	color: #96bce1;
}
.content-list {
	border: #a6d7ee 1px solid; background: #fff;
}
.content-list h3 {
	background: #eef4fc; height: 44px; line-height: 44px; color: #1b80c8; font-size: 18px; font-weight: 700; padding-left: 1rem; border-bottom: #a6d7ee 1px solid;
}
.content-list ul {
}
.content-list .art-list li {
	position: relative; padding: 1rem 1rem .5rem 2rem; display: flex; align-items: center; justify-content: space-between;
}
.content-list .art-list li a 
{float:left;width:600px}

/*
.content-list .art-list li:before {
	position: absolute;
	content: '';
	left: 1rem;
	width: 3px;
	height: 3px;
	background: #1b80c8;
}
*/
.content-list .art-list li span { color: #999;float:right;width:90px;text-align:right;}


/*pages*/
.page {
	margin: 1rem; padding-top: 1rem; border-top: #dae8ee 1px solid;text-align: center; clear:both;
}
/*.page > div {
	display: flex; align-items: center; justify-content: center;
}
.page > div li a {
	background: #fafafa; padding: 6px 10px; border: #f3f3f3 1px solid;
}
.page > div li a.current {
	background: #0c98fc; color: #fff; border-color: #0c98fc;;
}
div li a:hover {
	background: rgba(12,152,252,.3); border-color: rgba(12,152,252,.1);;
}*/
.page ul {
    list-style:none;
}
.tcdPageCode {
    text-align: center;
    color: #808080;
    font-size: 12px;
}
.tcdPageCode li{
  display: inline;
}

.tcdPageCode span {
    background: #fafafa; padding: 6px 10px; border: #f3f3f3 1px solid;
}
.tcdPageCode span.current {
    background: #0c98fc; color: #fff; border-color: #0c98fc;
}
.tcdPageCode a {
    background: #fafafa; padding: 6px 10px; border: #f3f3f3 1px solid;
}
.tcdPageCode a.current {
	background: #0c98fc; color: #fff; border-color: #0c98fc;;
}
.tcdPageCode a:hover {
	background: rgba(12,152,252,.3); border-color: rgba(12,152,252,.1);;
}

.content-title {
 	font-weight:550;
  	text-align:center;
  	line-height:50px;
  font-size:22px;
 }

.content-title-2 {
 	font-size:12px;
  	text-align:center;
  	color:#666;
 }

.content-title-p {
 	color: #666;
    text-align: center;
    font-size: 12px;
    border-bottom: solid 1px #cccccc;
    padding: 0px 0px 16px 0px;
 }
.content-detail {
 	margin: 20px;
  margin-left:40px;
  margin-right:40px;
    overflow: hidden;
    display: block;
    font-size: 16px;
    line-height: 1.8em;
    font-family: 宋体, SimSun;
    color: #454545; 
}

.descrp {
  line-height:2rem;
}
.headTitle{ 
    height: 40px;
    background: -webkit-linear-gradient(top, #fff 0%, #3399ff 80%);
    margin:3px 0 3px 0;
    border:1px solid #a6d7ee;
    padding-top:5px;
}
.headTitleSpan{
 	 font-size:2.1rem;
   color:#ff0000;
  font-weight:bold;
}
.listImg{
    vertical-align: middle;
    padding-right: 5px;
}

.upmarquee {overflow:hidden;height:290px;}
.upmarquee .list {position:relative; width: 100%; top:0;left:0;overflow:hidden;}
.upmarquee .list li{height:30px;text-align:left;}